projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb4ca29
)
(unread_command_char): Declared.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Jul 1994 06:14:10 +0000
(06:14 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Jul 1994 06:14:10 +0000
(06:14 +0000)
src/commands.h
patch
|
blob
|
history
diff --git
a/src/commands.h
b/src/commands.h
index 788f1f9c047fb8aaef5a3bd8821bf5463cd50849..57de2ccae416f6a30dac2692af3ce3e6251a86d0 100644
(file)
--- a/
src/commands.h
+++ b/
src/commands.h
@@
-48,6
+48,10
@@
extern Lisp_Object last_nonmenu_event;
/* List of command events to be re-read, or Qnil. */
extern Lisp_Object Vunread_command_events;
+/* Command char event to be re-read, or -1 if none.
+ Setting this is obsolete, but some things should still check it. */
+extern int unread_command_char;
+
/* Last command executed by the editor command loop, not counting
commands that set the prefix argument. */